home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 31 / PC Gamer IT CD 31 2-2.iso / utility / MIDWV221 / MidWavi.Exe / 0 / RCDATA / TFORM11 / TFORM11.txt
Text File  |  1998-04-08  |  3KB  |  166 lines

  1. object Form11: TForm11
  2.   Left = 290
  3.   Top = 221
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'MidWavi'
  7.   ClientHeight = 224
  8.   ClientWidth = 139
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 5
  20.     Top = 4
  21.     Width = 129
  22.     Height = 41
  23.     AutoSize = False
  24.     Caption = 
  25.       'Select ALL files, NO files or any combination e.g. BMP and WMF o' +
  26.       'nly etc.'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clBlue
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     ParentFont = False
  33.     WordWrap = True
  34.   end
  35.   object Label2: TLabel
  36.     Left = 72
  37.     Top = 97
  38.     Width = 49
  39.     Height = 15
  40.     Alignment = taRightJustify
  41.     AutoSize = False
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clWindowText
  44.     Font.Height = -11
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = [fsBold]
  47.     ParentFont = False
  48.   end
  49.   object Label3: TLabel
  50.     Left = 72
  51.     Top = 121
  52.     Width = 49
  53.     Height = 15
  54.     Alignment = taRightJustify
  55.     AutoSize = False
  56.     Font.Charset = DEFAULT_CHARSET
  57.     Font.Color = clWindowText
  58.     Font.Height = -11
  59.     Font.Name = 'MS Sans Serif'
  60.     Font.Style = [fsBold]
  61.     ParentFont = False
  62.   end
  63.   object Label4: TLabel
  64.     Left = 72
  65.     Top = 147
  66.     Width = 49
  67.     Height = 15
  68.     Alignment = taRightJustify
  69.     AutoSize = False
  70.     Font.Charset = DEFAULT_CHARSET
  71.     Font.Color = clWindowText
  72.     Font.Height = -11
  73.     Font.Name = 'MS Sans Serif'
  74.     Font.Style = [fsBold]
  75.     ParentFont = False
  76.   end
  77.   object Label5: TLabel
  78.     Left = 72
  79.     Top = 171
  80.     Width = 49
  81.     Height = 15
  82.     Alignment = taRightJustify
  83.     AutoSize = False
  84.     Font.Charset = DEFAULT_CHARSET
  85.     Font.Color = clWindowText
  86.     Font.Height = -11
  87.     Font.Name = 'MS Sans Serif'
  88.     Font.Style = [fsBold]
  89.     ParentFont = False
  90.   end
  91.   object CheckBox1: TCheckBox
  92.     Left = 19
  93.     Top = 48
  94.     Width = 110
  95.     Height = 17
  96.     Caption = '&ALL files selected'
  97.     State = cbChecked
  98.     TabOrder = 0
  99.     OnClick = CheckBox1Click
  100.   end
  101.   object Button1: TButton
  102.     Left = 78
  103.     Top = 200
  104.     Width = 55
  105.     Height = 20
  106.     Caption = '&OK'
  107.     TabOrder = 1
  108.     OnClick = Button1Click
  109.   end
  110.   object CheckBox2: TCheckBox
  111.     Left = 19
  112.     Top = 96
  113.     Width = 46
  114.     Height = 17
  115.     Caption = '&BMP'
  116.     TabOrder = 2
  117.     OnClick = CheckBox2Click
  118.   end
  119.   object CheckBox3: TCheckBox
  120.     Left = 19
  121.     Top = 120
  122.     Width = 38
  123.     Height = 17
  124.     Caption = '&ICO'
  125.     TabOrder = 3
  126.     OnClick = CheckBox3Click
  127.   end
  128.   object CheckBox4: TCheckBox
  129.     Left = 19
  130.     Top = 170
  131.     Width = 46
  132.     Height = 17
  133.     Caption = '&WMF'
  134.     TabOrder = 4
  135.     OnClick = CheckBox4Click
  136.   end
  137.   object CheckBox5: TCheckBox
  138.     Left = 19
  139.     Top = 72
  140.     Width = 105
  141.     Height = 17
  142.     Caption = '&NO files selected'
  143.     TabOrder = 5
  144.     OnClick = CheckBox5Click
  145.   end
  146.   object Button2: TButton
  147.     Left = 8
  148.     Top = 200
  149.     Width = 55
  150.     Height = 20
  151.     Cancel = True
  152.     Caption = 'Cancel'
  153.     TabOrder = 6
  154.     OnClick = Button2Click
  155.   end
  156.   object CheckBox6: TCheckBox
  157.     Left = 19
  158.     Top = 146
  159.     Width = 46
  160.     Height = 17
  161.     Caption = 'JP&G'
  162.     TabOrder = 7
  163.     OnClick = CheckBox6Click
  164.   end
  165. end
  166.